QuickOPC User's Guide and Reference
List of StreamInsight Extensions Examples
Extensions > Layered Extensions for .NET > StreamInsight Extensions > StreamInsight Extensions Examples > List of StreamInsight Extensions Examples

The examples assume an existence of a local StreamInsight instance named Instance1.

The examples are currently provided mainly for Microsoft Visual Studio 2022.

The examples are targeting Microsoft .NET Framework 4.7.2. In Visual Studio, it is possible to re-target the projects to newer framework versions (e.g.  4.8) by changing the appropriate setting in the properties of the project.

Visual Studio solution with examples in C# is available from the Start menu or the Launcher application.

  Visual C# Visual Basic Visual F# Visual C++
SimpleAEStreamInsightApplication: This example shows how to create an OPC Alarms&Events event source, and query it for events with severity 20 or higher.
SimpleDAStreamInsightApplication: This example shows how to create an OPC Data Access event source, and query it for events carrying even data value.
SimpleUAStreamInsightApplication: This example shows how to create an OPC Unified Architecture data event source, and query it for events carrying even data value.

 

See Also